home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / xbin / includdefs < prev    next >
Text File  |  1988-09-26  |  359b  |  14 lines

  1. #!/bin/sh
  2.   echo "@s[# begin makedefs" > tmpxx
  3.   echo "@s,# end makedefs" >> tmpxx
  4.   echo "@s|# begin makedefs" >> tmpxx
  5.   echo "include makedefs"
  6.   echo "# end makedefs" >> tmpxx
  7.   echo "@s]" >> tmpxx
  8.   for v in  Smakefile  V/o/makefile V/lsp/makefile V/unixport/makefile  V/cmpnew/makefile ;
  9.   do
  10.   echo -n " $v,"
  11.  ./merge $v tmpxx tmp1
  12.   mv tmp1 $v
  13.   done
  14.